com.supermap.plot
类 AnimationRotate
- java.lang.Object
-
- com.supermap.data.InternalHandle
-
- com.supermap.data.InternalHandleDisposable
-
- com.supermap.plot.AnimationGO
-
- com.supermap.plot.AnimationRotate
-
public class AnimationRotate extends AnimationGO
旋转动画
-
-
构造器概要
构造器 构造器和说明 AnimationRotate()
-
方法概要
所有方法 实例方法 具体方法 限定符和类型 方法和说明 Point3D
getEndAngle()
获取结束旋转角度AnimationDefine.RotateDirection
GetRotateDirection()
获取旋转方向Point3D
getStartAngle()
获取开始旋转角度void
setEndAngle(Point3D endangle)
设置结束旋转角度void
setRotateDirection(AnimationDefine.RotateDirection rotatedirection)
设置旋转方向void
setStartAngle(Point3D startangle)
设置开始旋转角度-
从类继承的方法 com.supermap.plot.AnimationGO
dispose, fromXml, getAnimationType, getDuration, getGeometry, getLayerName, getName, getStartTime, setDuration, setGeometry, setName, setStartTime, toXml
-
-
-
-
方法详细资料
-
setRotateDirection
public void setRotateDirection(AnimationDefine.RotateDirection rotatedirection)
设置旋转方向- 参数:
rotatedirection
- 旋转方向
-
GetRotateDirection
public AnimationDefine.RotateDirection GetRotateDirection()
获取旋转方向- 返回:
- 旋转方向
-
setStartAngle
public void setStartAngle(Point3D startangle)
设置开始旋转角度- 参数:
startangle
- 开始旋转角度
-
getStartAngle
public Point3D getStartAngle()
获取开始旋转角度- 返回:
- 开始旋转角度
-
setEndAngle
public void setEndAngle(Point3D endangle)
设置结束旋转角度- 参数:
endangle
- 结束旋转角度
-
getEndAngle
public Point3D getEndAngle()
获取结束旋转角度- 返回:
- 结束旋转角度
-
-